-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carthage support #7
base: master
Are you sure you want to change the base?
Conversation
Example folder contains only code for Example
Integrate Carthage frameworks to Example Make RxAnimated framework scheme shared Change version number
Thanks @IgorBulyga, I'll have a look at the PR. I have to check out the PR locally but if you removed the development setup from the example app I'll have to reject it. |
# Conflicts: # Example/Podfile # RxAnimated.podspec # RxAnimated.xcodeproj/project.pbxproj
Update Podspec
@icanzilb I have merged the latest commit, where AppleTV support was added, into my PR. And provide AppleTV Framework for Carthage. For check it out for correct work you have to run carthage update --no-use-binaries --platform iOS,tvOS And then just open RxAnimated.xcodeproj and run examples. Everything should be fine. If you will have any questions, I'm ready to answer them. |
This worked great for me in terms of Carthage support, if someone can test it with Coocapods I'd say it's mergeable. |
Hello, Any update on this merge ? 🙂 |
Hey guys! Would be great to merge this PR :) |
Added Carthage support.
Also, make some refactoring in the project hierarchy. Move project file in the root folder to produce .framework for Carthage and make Example inner target. Replace Cocoapods with Carthage for Example.